All Packages Class Hierarchy This Package Previous Next Index
NSWindow
class.
The methods in this interface are delegate methods.
This interface is exposed in Java for documentation purposes, since one
is not required to implement this interface. Your class may implement one
or more of these methods, as needed. Only those methods implemented will
be called.
- windowShouldClose:
Objective-C instance method
implemented by delegates of the Window
class
(known as the NSWindow
Objective-C class).
- windowShouldZoom:toFrame:
Objective-C instance method
implemented by delegates of the Window
class
(known as the NSWindow
Objective-C class).
- windowWillResize:toSize:
Objective-C instance method
implemented by delegates of the Window
class
(known as the NSWindow
Objective-C class).
- windowWillReturnFieldEditor:toObject:
Objective-C instance method
implemented by delegates of the Window
class
(known as the NSWindow
Objective-C class).
- windowWillUseStandardFrame:defaultFrame:
Objective-C instance method
implemented by delegates of the Window
class
(known as the NSWindow
Objective-C class).
public abstract boolean windowShouldClose(Object sender)
- windowShouldClose:
Objective-C instance method
implemented by delegates of the Window
class
(known as the NSWindow
Objective-C class).
public abstract Object windowWillReturnFieldEditor(Window sender, Object client)
- windowWillReturnFieldEditor:toObject:
Objective-C instance method
implemented by delegates of the Window
class
(known as the NSWindow
Objective-C class).
public abstract Size windowWillResize(Window sender, Size frameSize)
- windowWillResize:toSize:
Objective-C instance method
implemented by delegates of the Window
class
(known as the NSWindow
Objective-C class).
public abstract Rect windowWillUseStandardFrame(Window window, Rect newFrame)
- windowWillUseStandardFrame:defaultFrame:
Objective-C instance method
implemented by delegates of the Window
class
(known as the NSWindow
Objective-C class).
public abstract boolean windowShouldZoom(Window window, Rect newFrame)
- windowShouldZoom:toFrame:
Objective-C instance method
implemented by delegates of the Window
class
(known as the NSWindow
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index